iosBrowser
Type
object
Summary
A native iOS control that displays a browser.
Syntax
iosBrowser
Description
An iosBrowser control is created using a control type of "browser".
note
The iOS browser control is based on WKWebView. For full details of what the WKWebView control is capable of, and background about it see the iOS reference document.
Examples
mobileControlCreate "browser"
mobileControlCreate "browser", "web view"
put the result into sBrowserID
mobileControlSet sBrowserID, "visible", "true"
mobileControlSet sBrowserID, "url", "http://www.livecode.com"
Related
command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
function: mobileControlGet, mobileControlTarget
Compatibility and Support
Introduced
LiveCode 4.5.3
OS
ios
Platforms
mobile